object SchedPrefs: TSchedPrefs Left = 257 Top = 199 BorderStyle = bsDialog Caption = 'Nastaven�' ClientHeight = 130 ClientWidth = 419 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 6 Top = 5 Width = 309 Height = 13 Caption = 'Kdy� dva projekty vy�aduj� stejn� zdroje pro p�ipojen�' end object Label3: TLabel Left = 142 Top = 30 Width = 156 Height = 13 Caption = 'minut na ukon�en� prvn�ho projektu' end object OKBtn: TButton Left = 339 Top = 71 Width = 76 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 339 Top = 101 Width = 76 Height = 25 Cancel = True Caption = 'Zru�it' ModalResult = 2 TabOrder = 1 end object WaitRadioButton: TRadioButton Left = 19 Top = 30 Width = 76 Height = 13 Caption = '�ekat' Checked = True TabOrder = 2 TabStop = True end object NewInstanceRadioButton: TRadioButton Left = 19 Top = 52 Width = 374 Height = 13 Caption = 'Spustit novou instaci Hnet Info Downloadu pro druh� projekt' TabOrder = 3 end object WaitTimeEdit: TEdit Left = 102 Top = 26 Width = 28 Height = 21 TabOrder = 4 Text = '2' end end